Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.webapp.seam.debug.action--typeCompatibility

This contribution is part of XML component org.nuxeo.ecm.webapp.seam.debug.action inside nuxeo-platform-webapp-base-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point typeCompatibility of component ActionService.

Contributed Items

  • <typeCompatibility type="link">
          <category>DOCUMENT_UPPER_ACTION</category>
          <category>DOCUMENT_HEADER_ACTIONS_LIST</category>
          <category>DEFAULT_LIST</category>
          <category>CLIPBOARD_LIST</category>
          <category>CURRENT_SELECTION_COPY</category>
          <category>CLIPBOARD_PASTE</category>
          <category>CURRENT_SELECTION_ADDTOLIST</category>
          <category>CURRENT_SELECTION_TRASH</category>
          <category>CREATE_DOCUMENT_FORM</category>
          <category>EDIT_DOCUMENT_FORM</category>
          <category>USER_SERVICES</category>
          <category>USER_MENU_ACTIONS</category>
          <category>SUBVIEW_UPPER_LIST</category>
        </typeCompatibility>
  • <typeCompatibility type="bare_link">
          <category>DOCUMENT_HEADER_ACTIONS_LIST_HREF</category>
          <category>SUBVIEW_UPPER_LIST_HREF</category>
        </typeCompatibility>
  • <typeCompatibility type="rest_document_link">
          <category>VIEW_ACTION_LIST</category>
          <category>TAB_MANAGE_sub_tab</category>
          <category>TAB_CONTENT_HISTORY_sub_tab</category>
        </typeCompatibility>
  • <typeCompatibility type="main_tab">
          <category>MAIN_TABS</category>
        </typeCompatibility>

XML Source

<extension point="typeCompatibility" target="org.nuxeo.ecm.platform.actions.ActionService">

    <typeCompatibility type="link">
      <category>DOCUMENT_UPPER_ACTION</category>
      <category>DOCUMENT_HEADER_ACTIONS_LIST</category>
      <category>DEFAULT_LIST</category>
      <category>CLIPBOARD_LIST</category>
      <category>CURRENT_SELECTION_COPY</category>
      <category>CLIPBOARD_PASTE</category>
      <category>CURRENT_SELECTION_ADDTOLIST</category>
      <category>CURRENT_SELECTION_TRASH</category>
      <category>CREATE_DOCUMENT_FORM</category>
      <category>EDIT_DOCUMENT_FORM</category>
      <category>USER_SERVICES</category>
      <category>USER_MENU_ACTIONS</category>
      <category>SUBVIEW_UPPER_LIST</category>
    </typeCompatibility>

    <typeCompatibility type="bare_link">
      <category>DOCUMENT_HEADER_ACTIONS_LIST_HREF</category>
      <category>SUBVIEW_UPPER_LIST_HREF</category>
    </typeCompatibility>

    <typeCompatibility type="rest_document_link">
      <category>VIEW_ACTION_LIST</category>
      <category>TAB_MANAGE_sub_tab</category>
      <category>TAB_CONTENT_HISTORY_sub_tab</category>
    </typeCompatibility>

    <typeCompatibility type="main_tab">
      <category>MAIN_TABS</category>
    </typeCompatibility>

  </extension>